home *** CD-ROM | disk | FTP | other *** search
/ Group 42-Sells Out! - The Information Archive / Group 42 Sells Out (Group 42) (1996).iso / hack / tv / sat / euro / readme.txt < prev    next >
Text File  |  1995-08-09  |  2KB  |  55 lines

  1. Serial Mode PIC 16C84 Programmer version
  2. ----------------------------------------
  3.      
  4. The Microchip PIC 16C84 microcontroller is a chip with 
  5. on-chip EEPROM. This memory can be programmed in two ways:
  6. parallel or serial. Most commercial programmers use the 
  7. parallel method. This programmer uses the serial method.
  8. This method is described in the Microchip datasheet
  9. DS30189A "PIC16C84 EEPROM Memory Programming Specification"
  10. (C) 1992 Microchip Technology Incorporated.
  11.  
  12. The hardware for the programmer is very simple and cheap to
  13. build. It is described in the file SCHEMA.TXT which contains
  14. an ASCII representation of the schematics. It is connected
  15. to the parallel port of a PC.
  16.  
  17. The software PIC.EXE is a menu-driven program for PC's that
  18. uses the parallel port to communicate with the programmer.
  19. It can:
  20.         * Read and write intel hex files (16 bit)
  21.         * Read the contents of a PIC
  22.         * Program a PIC (program and data memory)
  23.         * View memory contents
  24.         * Configure and code-protect a PIC
  25.         * Disassemble program-memory
  26.         * Erase a PIC
  27.  
  28. Version 0 is a starting point. Use and play with it. Tell me
  29. what you think of it and where it could be improved. I'm not
  30. releasing the source code yet, but I might do that in the future.
  31. The reason for this is that I don't like to have unfinished source
  32. all over the place and parts of the program (the menu routines) 
  33. come from an earlier project that I did for Cistron Electronics. 
  34. These parts are still in dutch and not documented. Danny ter Haar
  35. (from Cistron Electronics) has allowed me to distribute these sources.
  36. When I have cleaned them up I will make them available. The copyleft
  37. conditions (GNU) will apply then.
  38.  
  39. The program is easy to use. Everything is done with menus. 
  40. Use the cursor keys to select a menu item. ENTER to activate it
  41. and ESC to leave it. Files without a path are read from the 
  42. default directory. There is no way of getting a directory listing
  43. from within the program, so know your filenames before starting
  44. PIC.EXE. 
  45.  
  46. The files that come with this README.TXT are:
  47.  
  48. example.asm       342   3-26-94   0:00 
  49. pic.exe         40929   3-26-94   0:00 
  50. readme.txt       2564   3-26-94   0:00 
  51. schema.txt       5949   3-26-94   0:00 
  52.  
  53. Happy programming and don't let it go all up in smoke...
  54.  
  55.